.col {
	height: auto;
	float: left;
	margin-left: 1.2%;
	margin-bottom: 0.2%;
	position: relative;
}
.fullwidth .col { float: none; margin-left: 0; }
.grid5 .col {
	width: 18.4%;
}
.grid4 .col { width: 22.6%; }
.grid3 .col { width: 31.2%; }
.grid2 .col { width: 48.4%; }
.grid5 .col:nth-of-type(5n+1), .grid4 .col:nth-of-type(4n+1), .grid3 .col:nth-of-type(3n+1), .grid2 .col:nth-of-type(2n+1) { margin-left: 0; clear: left; }

#contenedor {width: 69%;}

aside{ width: 29%;}

.flexslider {  margin:0 0 -1px 0 !important; min-height: 100px; border: 0 !important; padding: 0 0 1px 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1; }
.flexslider_client { margin: 80px 0; }

/* Tecnica de limpieza de elementos flotantes */

.limpiar:after { content:""; display:block; height:0; clear:both; visibility:hidden; }

.limpiar { display:inline-block; }

.limpiar { display:block; }
.limpiar ol, ul { list-style: none; }

* html .limpiar { height:1px; }
